projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f2864e3
)
* src/comp.h (struct Lisp_Native_Comp_Unit): Fix missing GCALIGNED_STRUCT.
author
Andrea Corallo
<akrl@sdf.org>
Mon, 8 Jun 2020 21:31:19 +0000
(22:31 +0100)
committer
Andrea Corallo
<akrl@sdf.org>
Mon, 8 Jun 2020 21:42:31 +0000
(22:42 +0100)
src/comp.h
patch
|
blob
|
history
diff --git
a/src/comp.h
b/src/comp.h
index d46cdc735ff5ceb25278ccf5077351ef692ee16f..507379bf5e6fa7fb4beb705d25860da50f1a8183 100644
(file)
--- a/
src/comp.h
+++ b/
src/comp.h
@@
-61,7
+61,7
@@
struct Lisp_Native_Comp_Unit
string may have been sweeped. */
char *cfile;
#endif
-};
+}
GCALIGNED_STRUCT
;
#ifdef HAVE_NATIVE_COMP